projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144a92e
)
eventbox: also draw css borders if specified
author
Paolo Borelli
<pborelli@gnome.org>
Sat, 2 Nov 2013 11:18:25 +0000
(12:18 +0100)
committer
Paolo Borelli
<pborelli@gnome.org>
Sun, 3 Nov 2013 13:13:16 +0000
(14:13 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711324
gtk/gtkeventbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkeventbox.c
b/gtk/gtkeventbox.c
index 4ed207e758c8674654b8761ceb48c298b945f293..612ddd6fe1629ffcb7d862470ed8bb31a502fae8 100644
(file)
--- a/
gtk/gtkeventbox.c
+++ b/
gtk/gtkeventbox.c
@@
-622,6
+622,9
@@
gtk_event_box_draw (GtkWidget *widget,
gtk_render_background (context, cr, 0, 0,
gtk_widget_get_allocated_width (widget),
gtk_widget_get_allocated_height (widget));
+ gtk_render_frame (context, cr, 0, 0,
+ gtk_widget_get_allocated_width (widget),
+ gtk_widget_get_allocated_height (widget));
}
GTK_WIDGET_CLASS (gtk_event_box_parent_class)->draw (widget, cr);